header .topbox {
    width: 100%;
    overflow: hidden;
    background: #f0f0f1;
    line-height: 42px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #474747;
}

header .topbox .pull-right span::after {
    content: '|';
    margin: 0 10px;
}

header .topbox .pull-right span:last-child::after {
    content: '';
}

header .topbox .pull-right span:hover a {
    text-decoration: underline;
    color: #0D77E5;
}

header .pc-head {
    width: 100%;
    background: #fff;
}

header .pc-head .logo img {
    margin: 10px 0;
    max-height: 80px;
}

header .pc-head .hotline {
    display: flex;
    align-items: center;
    cursor: default;
}

header .pc-head .hotline:hover {
    transform: scale(1.1);
}

header .pc-head .hotline .head-tel {
    padding-left: 20px;
}

header .pc-head .hotline .head-tel p {
    font-weight: 500;
    margin: 0;
}

header .pc-head .hotline .head-tel p:nth-child(2) {
    font-size: 20px;
}

header .pc-head nav * {
    transition: unset;
}

header .pc-head nav {
    background-color: #0D77E5;
}

header .pc-head nav .nav {
    display: flex;
    justify-content: space-between;
}

header .pc-head nav .nav li a {
    color: #fff;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
}

header .pc-head nav .nav li.active {
    background-color: #084F96;
}

header .pc-head nav .nav li:hover {
    background-color: #084F96;
}

header .m-head,
header .m-nav {
    display: none;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 0;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media screen and (min-width: 1024px) {
    header .m-navList {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .pc-head,
    header .topbox {
        display: none;
    }

    header .m-head,
    header .m-nav {
        display: block;
    }

    header .m-head {
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1050;
        overflow: hidden;
        padding: 5px;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, .3);
    }

    header .m-head .logo img {
        max-height: 50px;
    }

    header .m-nav ul {
        margin: 0;
        padding: 0;
    }

    header .m-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 99;
        display: none;
        background: rgba(0, 0, 0, .5);
        transition: unset;
    }

    header .m-nav ul {
        background: black;
    }

    header .m-nav .m-navList>ul>li {
        padding: 0 5%;
        border-bottom: 1px solid #444;
    }

    header .m-nav ul li a {
        font-size: 14px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        display: block;
    }

    .home-slide {
        padding-top: 70px;
    }
}

footer {
    background: #f0f0f1;
}

footer .foot {
    padding: 40px 0;
}

footer .foot .row {
    margin-left: 0;
    margin-right: 0;
}

footer .foot-top {
    position: relative;
    height: 50px;
    margin-bottom: 25px;
}

footer .foot-top span {
    font-size: 22px;
    line-height: 22px;
}

footer .foot-top .foot-cn {
    color: #666;
    padding-right: 18px;
}

footer .foot-top .foot-en {
    color: #d2d2d2;
}

footer .foot-top::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .foot-add h5 {
    margin-bottom: 10px;
}

footer .foot-add p {
    margin: 0;
    line-height: 2;
    font-size: 14px;
}

footer .foot-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}

footer .foot-nav ul {
    margin: 0;
    padding: 0;
}

footer .foot-nav ul li {
    width: 40%;
    float: left;
}

footer .foot-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

footer .foot-nav ul li a:hover {
    color: #0D77E5;
}

footer .foot-nav ul li a::before {
    content: '»';
    padding-right: 15px;
}

footer .foot-ewm {
    max-width: 110px;
    max-height: 110px;
}

footer .foot-ewm .z {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#wxImg img {
    max-width: 150px;
}

.guanzhu {
    display: flex;
    justify-content: space-between;
}

footer .foot-ewm p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

footer .foot-copy {
    background-color: #3f4551;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-size: 14px;
}

.m-foot {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.m-foot a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
}

@media screen and (max-width: 996px) {
    .m-foot {
        display: block;
    }

    footer .foot-center,
    footer .foot-en {
        display: none;
    }

    footer .foot-top {
        height: 35px;
        margin-bottom: 15px;
    }

    .code {
        margin-top: 20px;
    }

    footer .foot-add p {
        font-size: 12px;
    }

    footer .foot-ewm img {
        max-width: 110px;
    }

    .guanzhu {
        display: flex;
        justify-content: space-around;
    }
}

/* 分页 */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #164db0;
    border: 1px solid #164db0;
}

.pagination a.page-num-current {
    color: #fff;
    background: #164db0;
    border: 1px solid #164db0;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

/* 定位导航 */
.position {
    line-height: 3;
}

.position .breadcrumb {
    border-bottom: 1px solid #f1f1f1;
}

/* 左侧导航 */
.sidebar .submenu dl dt {
    background: url(../images/bg5.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    line-height: 5;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .submenu dl {
    border: 1px solid #ddd;
}

.sidebar .submenu dl dd {
    margin: 0;
}

.sidebar .submenu dl dd a {
    border-top: 1px solid #eaeaea;
    line-height: 3;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .submenu dl dd a.active {
    background-color: #1048a0;
    color: #fff;
}

.v_list {
    display: none;
}

.v_list a {
    display: block;
    font-size: 14px;
    color: #333;
    border-top: 1px dotted #333;
    padding: 0 40px;
    cursor: pointer;
    line-height: 2.5;
}

.v_list a:hover {
    background-color: #eee;
}

.submenu * {
    transition: unset;
}

.two div {
    border-top: 1px dotted #333;
    padding: 0 40px;
    cursor: pointer;
    line-height: 2.5;
}

.two div a {
    display: block;
    font-size: 14px;
    color: #333;
}

.sidebar .submenu dl dd:hover a {
    background-color: #1048a0;
    color: #fff;
}

.contactbox {
    border: 1px solid #ddd;
}

.contactbox .contacttop {
    background: url(../images/bg5.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    line-height: 3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactbox .contact-text {
    padding: 10px 15px;
}

.contactbox .contact-text p {
    margin: 0;
    line-height: 2;
    font-size: 14px;
}

@media screen and (max-width: 556px) {
    header .m-head .logo img {
        max-height: 30px;
    }
}